Listing 06 - Page 0: No Title

##############################################################################
# Python From Scratch
# Autor: Nilo Ney Coutinho Menezes
# Editora Novatec (c) 2010-2024
# Site: https://pythonfromscratch.com
#
# File: listing\chapter 06\06.1138 - No Title.py
# Description: No Title
##############################################################################

stock = {"tomato": [1000, 2.30],
         "lettuce": [ 500, 0.45],
         "potato": [2001, 1.20],
         "bean": [ 100, 1.50]}
Click here to download the file